ErrorHandler.assertErrorMessage

class ErrorHandler
static
bool
assertErrorMessage
(,
string errorTitle
,,
bool isFatal = false
,
string file = __FILE__
,
size_t line = __LINE__
,
string mod = __MODULE__
,
string func = __PRETTY_FUNCTION__
)

Parameters

expression bool

Expression for looking wether an error has happenned

errorTitle string

Error Header

errorMessage string

Error Message

Return Value

Type: bool

If the error happenned

Meta